CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 随机数 c

搜索资源列表

  1. RSA

    0下载:
  2. RSA公钥加密算法的c语言实现,包括随机数的选择,加密解密-RSA public key encryption algorithm c language, including the choice of random numbers, encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1304
    • 提供者:许伟
  1. randomCSharp

    0下载:
  2. 每按一次回车生成一个随机数。代码虽然短,但是能在最短时间内教你学会用C#生成一个随机数-Every time you press Enter to generate a random number. The code is short, but in the shortest time to teach you how to generate a random number in C#
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:15737
    • 提供者:qindan
  1. chap03

    0下载:
  2. 计算机常用数值算法与程序(C++版 ) chap03 随机数产生-Computer numerical algorithm and procedures used (C++ Version) chap03 random number generator
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:9860
    • 提供者:lihui
  1. computer

    0下载:
  2. C++继承,随机数的使用,该程序是自动随机显示电脑配置-C++ Inheritance, the use of random numbers, the program is automatically displayed random computer configuration
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:4303
    • 提供者:
  1. PROCESS(1)

    0下载:
  2. 一、 进程控制 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序。随机方法指产生1-6的随机数,分别代表创建进程(c)、结束进程(e)、进程阻塞(b)、激活进程(w)、调度进程(p)、时间片到(
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2487
    • 提供者:fangfei
  1. random

    0下载:
  2. C++语言实现各种分布的随机数,Vs2005编译器下执行-C++ Language to achieve a variety of distribution of random numbers, Vs2005 compiler implementation
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1753
    • 提供者:zz
  1. unif_gen

    0下载:
  2. 用DSP 5509平台上用C语言产生均匀分布的随机数-DSP 5509 platform by using C language have uniformly distributed random number
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:16398
    • 提供者:yinfeng
  1. choice

    0下载:
  2. 这个是用系统时间产生随机数应用的一个小程序,用到了J2ME底层绘图机制。功能:在你输入4个选项后,系统自动筛选出一个结果。就像考试时a,b,c,d四个选项瞎蒙出来一个-This is the system time with the application of random numbers generated in a small procedure, use the bottom of the drawing mechanism of the J2ME. Function: you inpu
  3. 所属分类:J2ME

    • 发布日期:2017-04-11
    • 文件大小:973
    • 提供者:jessie
  1. Thegenerationofrandomnumbers

    0下载:
  2. 主要是用c++产生随机数的程序,用其可以产生随机数-Is mainly used c++ have a random number of procedures, using the random number can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2759
    • 提供者:千里草
  1. RandNum

    0下载:
  2. 利用C语言产生随机数,每次的随机数都是不一样的,并把随机数写到指定的文件中-The use of C language random number generated each time the random number is not the same, and wrote a random number of the document specified
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:194619
    • 提供者:yuanye
  1. 0-1suijishu

    0下载:
  2. 用c语言的图像函数取0到1之间的随机数,以点的输出表示-Use c language function check images between 0-1 random numbers to point that the output
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-23
    • 文件大小:40753
    • 提供者:李琳
  1. Terminator

    0下载:
  2. 一个捉虫子游戏(C++课程设计时做的)。 通过该实践来加深理解面向对象编程里类的设计和使用(比如说继承,访问方式),里还有定时器和随机数的使用。-a catch insects games (C++ programs designed to do). The adoption of the practice to deepen our understanding of object-oriented programming category Lane in the design and use
  3. 所属分类:Other Games

    • 发布日期:2017-04-17
    • 文件大小:326011
    • 提供者:lipeng
  1. maze(2solutions)

    0下载:
  2. 运用c++语言编程,利用随机数产生迷宫(内含两种方法)~-Maze using random number generator (containing the two methods) ~
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1110
    • 提供者:zmzy
  1. guessnumber

    0下载:
  2. C++程序设计-猜取随机数,由键盘输入一个随机数看是否猜正确-C++ Program Design- guess from a random number, keyboard input from a random number to see if the correct guess
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:48314
    • 提供者:Alan
  1. caisuijishu

    0下载:
  2. C++程序设计作业:猜取随机数 系统随机给出一个0到99之间的两位数,玩者通过键盘输入一个数,系统判别输入数和随机数,然后给出大或小的提示,玩者在给定回合内继续输入直到得到该随机数为止-C++ programming operation: take a random guess the number of systems are given a random between 0-99 double-digit, playing through a number of keyboard inp
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:48458
    • 提供者:fanlei
  1. test_22.2

    0下载:
  2. 2、 编写一个产生1000个1到10范围内的随机数的程序。不要保存或打印数字,仅打印每个数被产生了多少次。让程序对10个不同的种子值进行计算。数字出现的次数相同吗?可以使用自定义的随机函数或ANSI C中的函数rand()和srand()。这是一个测试特定随机数发生器的随机性的方法。-1000 arising from the preparation of a 1-10 range of the random number procedure. Do not save or print the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:651
    • 提供者:qfnu08zzr
  1. singal-processing

    0下载:
  2. 数字信号处理方法--C语言,随机数产生,fir滤波器,iir滤波器-Digital signal processing methods- C language, random number generator, fir filter, iir filter, etc.
  3. 所属分类:DSP program

    • 发布日期:2017-05-28
    • 文件大小:10831753
    • 提供者:sky
  1. candpoissondistribution

    0下载:
  2. 实现C++语言产生随机数的程序,在实际生活中十分有用-it s a C++ language for poisson distribution
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:863
    • 提供者:左山
  1. cpp2

    0下载:
  2. 伪随机数产生函数,在c语言中rand()函数的基础上添加一些控制函数,产生16000以内的伪随机函数-Pseudo-random number generator function, c language, rand () function to add some control on the basis of functions, resulting in 16,000 within the pseudo-random function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:120611
    • 提供者:肖卫镇
  1. CH13

    0下载:
  2. 13.1 0-1之间均匀分布的一个随机数mrnd1.c 13.2 0-1之间均匀分布的随机数序列mrnds.c 13.3 任意区间内均匀分布的一个随机整数mrab1.c 13.4 任意区间内均匀分布的随机整数序列mrabs.c 13.5 任意均值与方差的一个正态分布随机数mgrn1.c 13.6 任意均值与方差的正态分布随机数序列mgrns.c-13.1 0-1 uniformly distributed between the mrnd1.c 13.2 0-1 a rand
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4384
    • 提供者:yangasdtat
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 21 »
搜珍网 www.dssz.com